home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-15 | 1007 b | 37 lines |
- #
- # This is the make file for the triv_lib library for Borland C++ 2.0.
- #
- # Only large model is created here.
- #
- # Gershon Elber, Jun 1989
- #
-
- # Works only on TC++ 1.0 make and up - swap out make before invoking command.
- .SWAP
-
- # Get the destination directories:
- !include "..\makeflag.tc"
-
- OBJS = geomat4d.obj mrchcube.obj trinterp.obj \
- triv_aux.obj triv_dbg.obj triv_der.obj triv_err.obj \
- triv_ftl.obj triv_gen.obj \
- triv_ref.obj triv_sub.obj trivcmpt.obj trivcoer.obj \
- triveval.obj trivmesh.obj trivrais.obj trivstrv.obj
-
- POBJS = +geomat4d.obj +mrchcube.obj +trinterp.obj \
- +triv_aux.obj +triv_dbg.obj +triv_der.obj +triv_err.obj \
- +triv_ftl.obj +triv_gen.obj \
- +triv_ref.obj +triv_sub.obj +trivcmpt.obj +trivcoer.obj \
- +triveval.obj +trivmesh.obj +trivrais.obj +trivstrv.obj
-
- triv_lib.lib: $(OBJS)
- del triv_lib.lib
- tlib /c triv_lib.lib @&&!
- $(POBJS), triv_lib.lst
- !
-
- install: triv_lib.lib
- copy triv_lib.lib $(LIB_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
-